Version

Series<T,M,A> Class Members

The following tables list the members exposed by Series<T,M,A>.

Public Properties
 NameDescription
Public PropertyModelThe model for storing configuration information for the series.  
Public PropertySeriesModelOverridden. The model for storing configuration information for the series.  
Public Methods
 NameDescription
Public MethodAreaFillOpacitySets the opacity applied to the area fill visual.  
Public MethodBrushOverloaded. Sets the brush to use for the series.  
Public MethodDataSourceTypeSets the series model SeriesModel.DataSourceType.  
Public MethodDataSourceUrlSets the series model SeriesModel.DataSourceUrl.  
Public MethodExpectFunctionsSets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect.  
Public MethodHitTestModeMethod of hit testing to use when pointing to items in this series.  
Public MethodIsDefaultToolTipSelectedGets if the default tooltip has been selected for display.  
Public MethodIsDropShadowEnabledSets whether drop shadow should be enabled for this series.  
Public MethodIsHighlightingEnabledSets whether highlighting should be enabled for this series, if this type of series supports highlighting.  
Public MethodLegendthe chart legend  
Public MethodLegendItemVisibilitySets the legend item visibility for the current series object.  
Public MethodLocalSchemaTransform  
Public MethodOutlineOverloaded. Sets the brush to use for the outline of the series.  
Public MethodResolutionSets the current series object's rendering resolution.  
Public MethodResponseDataKeySets the series model SeriesModel.DataSource.  
Public MethodResponseDataTypeSets the series model SeriesModel.ResponseDataType.  
Public MethodShadowBlurSets the shadow blur.  
Public MethodShadowOffsetXSets the drop shadow x-offset.  
Public MethodShadowOffsetYSets the drop shadow y-offset.  
Public MethodShowTooltipSets the series model SeriesModel.ShowTooltip.  
Public MethodThicknessSets the width of the current series object's line thickness.  
Public MethodTitleSets the series model SeriesModel.Title.  
Public MethodTooltipTemplateSets the series model SeriesModel.TooltipTemplate.  
Public MethodTransitionDurationSets the duration of the current series's morph.

This is a dependency property.

 
Public MethodTransitionInDurationSets the duration of the current series's transition in morph.

This is a dependency property.

 
Public MethodTransitionInSpeedTypeSets the duration of the current series's transition in morph.

This is a dependency property.

 
Public MethodUseSingleShadowSets whether drop shadow is applied to the whole series visual or to each of the individual shapes forming the series.  
See Also

View on GitHub